Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pmd.version from 6.27.0 to 6.28.0 #146

Merged
merged 1 commit into from
Sep 30, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2020

Bumps pmd.version from 6.27.0 to 6.28.0.
Updates pmd-core from 6.27.0 to 6.28.0

Release notes

Sourced from pmd-core's releases.

PMD 6.28.0 (26-September-2020)

26-September-2020 - 6.28.0

The PMD team is pleased to announce PMD 6.28.0.

This is a minor release.

Table Of Contents

New and noteworthy

CPD's AnyTokenizer has been improved

The AnyTokenizer is used for languages, that don't have an own lexer/grammar based tokenizer. AnyTokenizer now handles string literals and end-of-line comments. Fortran, Perl and Ruby have been updated to use AnyTokenizer instead of their old custom tokenizer based on AbstractTokenizer. See #2758 for details.

AbstractTokenizer and the custom tokenizers of Fortran, Perl and Ruby are deprecated now.

Fixed Issues

  • cpd

    • #2758: [cpd] Improve AnyTokenizer
    • #2760: [cpd] AnyTokenizer doesn't count columns correctly
  • apex-security

    • #2774: [apex] ApexSharingViolations does not correlate sharing settings with class that contains data access
  • java

    • #2738: [java] Custom rule with @ExhaustiveEnumSwitch throws NPE
    • #2755: [java] [6.27.0] Exception applying rule CloseResource on file ... java.lang.NullPointerException
    • #2756: [java] TypeTestUtil fails with NPE for anonymous class
    • #2767: [java] IndexOutOfBoundsException when parsing an initializer BlockStatement
    • #2783: [java] Error while parsing with lambda of custom interface
  • java-bestpractices

    • #2759: [java] False positive in UnusedAssignment
  • java-design

    • #2708: [java] False positive FinalFieldCouldBeStatic when using lombok Builder.Default

... (truncated)

Commits
  • 722f3ca [maven-release-plugin] prepare release pmd_releases/6.28.0
  • d2d4ce2 Prepare pmd release 6.28.0
  • d74f22b Merge branch 'issue-2755' into master
  • d3ca031 Merge branch 'master' into issue-2755
  • f1e9a23 [doc] Update release notes - group fixes by category
  • 250501a Merge branch 'pr-2791' into master
  • eb0f7e4 [doc] Update release notes, refs #2791, fixes #2774
  • 5429ceb Add issue reproducers as standard rule tests
  • 54a5b03 Merge branch 'pr-2792' into master
  • f046268 [java] CloseResource: add simple test case for var
  • Additional commits viewable in compare view

Updates pmd-java from 6.27.0 to 6.28.0

Release notes

Sourced from pmd-java's releases.

PMD 6.28.0 (26-September-2020)

26-September-2020 - 6.28.0

The PMD team is pleased to announce PMD 6.28.0.

This is a minor release.

Table Of Contents

New and noteworthy

CPD's AnyTokenizer has been improved

The AnyTokenizer is used for languages, that don't have an own lexer/grammar based tokenizer. AnyTokenizer now handles string literals and end-of-line comments. Fortran, Perl and Ruby have been updated to use AnyTokenizer instead of their old custom tokenizer based on AbstractTokenizer. See #2758 for details.

AbstractTokenizer and the custom tokenizers of Fortran, Perl and Ruby are deprecated now.

Fixed Issues

  • cpd

    • #2758: [cpd] Improve AnyTokenizer
    • #2760: [cpd] AnyTokenizer doesn't count columns correctly
  • apex-security

    • #2774: [apex] ApexSharingViolations does not correlate sharing settings with class that contains data access
  • java

    • #2738: [java] Custom rule with @ExhaustiveEnumSwitch throws NPE
    • #2755: [java] [6.27.0] Exception applying rule CloseResource on file ... java.lang.NullPointerException
    • #2756: [java] TypeTestUtil fails with NPE for anonymous class
    • #2767: [java] IndexOutOfBoundsException when parsing an initializer BlockStatement
    • #2783: [java] Error while parsing with lambda of custom interface
  • java-bestpractices

    • #2759: [java] False positive in UnusedAssignment
  • java-design

    • #2708: [java] False positive FinalFieldCouldBeStatic when using lombok Builder.Default

... (truncated)

Commits
  • 722f3ca [maven-release-plugin] prepare release pmd_releases/6.28.0
  • d2d4ce2 Prepare pmd release 6.28.0
  • d74f22b Merge branch 'issue-2755' into master
  • d3ca031 Merge branch 'master' into issue-2755
  • f1e9a23 [doc] Update release notes - group fixes by category
  • 250501a Merge branch 'pr-2791' into master
  • eb0f7e4 [doc] Update release notes, refs #2791, fixes #2774
  • 5429ceb Add issue reproducers as standard rule tests
  • 54a5b03 Merge branch 'pr-2792' into master
  • f046268 [java] CloseResource: add simple test case for var
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

Bumps `pmd.version` from 6.27.0 to 6.28.0.

Updates `pmd-core` from 6.27.0 to 6.28.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Commits](pmd/pmd@pmd_releases/6.27.0...pmd_releases/6.28.0)

Updates `pmd-java` from 6.27.0 to 6.28.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Commits](pmd/pmd@pmd_releases/6.27.0...pmd_releases/6.28.0)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Update of dependencies java Pull requests that update Maven Java dependencies labels Sep 28, 2020
@uhafner uhafner merged commit 8c20314 into master Sep 30, 2020
@dependabot dependabot bot deleted the dependabot/maven/pmd.version-6.28.0 branch September 30, 2020 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies java Pull requests that update Maven Java dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant